home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / driver / debugmalloc < prev    next >
Text File  |  2001-04-06  |  505b  |  18 lines

  1. NAME
  2.         debugmalloc
  3.  
  4. DESCRIPTION
  5.         This command is hardcoded into the driver.
  6.  
  7.         Toggles the debug mode for the memory managment.
  8.         If the O_IS_WIZARD flag is used in the mudlib (i.e. if
  9.         set_is_wizard() was called), this command is allowed only for
  10.         users that have this flag set.
  11.  
  12. HISTORY
  13.         Deactivated in 3.2.7 by default, it was effectless before anyway.
  14.  
  15. SEE ALSO
  16.         malloc(D), status(D), memory(C), objects(C), debug_info(E),
  17.         set_is_wizard(E)
  18.